github.com/andybalholm/brotli.command.dist_extra_ (field)
7 uses
github.com/andybalholm/brotli (current package)
brotli_bit_stream.go#L1349: var distextra uint64 = uint64(cmd.dist_extra_)
brotli_bit_stream.go#L1404: var distextra uint32 = cmd.dist_extra_
command.go#L191: dist_extra_ uint32
command.go#L206: prefixEncodeCopyDistance(distance_code, uint(dist.num_direct_distance_codes), uint(dist.distance_postfix_bits), &cmd.dist_prefix_, &cmd.dist_extra_)
command.go#L215: cmd.dist_extra_ = 0
command.go#L227: var extra uint32 = self.dist_extra_
metablock.go#L98: prefixEncodeCopyDistance(uint(commandRestoreDistanceCode(cmd, orig_params)), uint(new_params.num_direct_distance_codes), uint(new_params.distance_postfix_bits), &cmd.dist_prefix_, &cmd.dist_extra_)
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |